chore(deps): update python-nonmajor#1404
Open
renovate-bot wants to merge 1 commit into
Open
Conversation
Collaborator
|
/gcbrun |
c7e4a70 to
5b69235
Compare
Collaborator
|
/gcbrun |
5b69235 to
e7dec05
Compare
Collaborator
|
/gcbrun |
e7dec05 to
41aea4f
Compare
Collaborator
|
/gcbrun |
41aea4f to
1051bcf
Compare
Collaborator
|
/gcbrun |
1051bcf to
70e5ac7
Compare
Collaborator
|
/gcbrun |
70e5ac7 to
0960e8a
Compare
Collaborator
|
/gcbrun |
0960e8a to
56f7e86
Compare
Collaborator
|
/gcbrun |
56f7e86 to
add429f
Compare
Collaborator
|
/gcbrun |
add429f to
191ea3d
Compare
Collaborator
|
/gcbrun |
191ea3d to
babc252
Compare
Collaborator
|
/gcbrun |
babc252 to
209ac5d
Compare
Collaborator
|
/gcbrun |
209ac5d to
aab8910
Compare
Collaborator
|
/gcbrun |
aab8910 to
59a89d8
Compare
Collaborator
|
/gcbrun |
59a89d8 to
12eda95
Compare
Collaborator
|
/gcbrun |
12eda95 to
9488751
Compare
Collaborator
|
/gcbrun |
9488751 to
1d5a1d9
Compare
Collaborator
|
/gcbrun |
1d5a1d9 to
1a9318d
Compare
Collaborator
|
/gcbrun |
1a9318d to
17c72c9
Compare
Collaborator
|
/gcbrun |
17c72c9 to
e8953b6
Compare
Collaborator
|
/gcbrun |
e8953b6 to
382f453
Compare
Collaborator
|
/gcbrun |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==1.1.2→==1.2.0==2026.2.25→==2026.4.22==3.28.0→==3.29.0==2.49.2→==2.53.0==26.1→==26.2==21.2.4→==21.3.3Release Notes
PyMySQL/PyMySQL (PyMySQL)
v1.2.0Compare Source
Release date: 2026-05-19
Breaking changes
Connection.ping()change the default to not reconnect and deprecatereconnectargument.Create a new connection if you want to reconnect. (#1241)
Error classes in Cursor class are removed. (#1240)
connect()argumentsdbandpasswdnow emit DeprecationWarning.Use
databaseandpasswordinstead. (#1240)Reorganize TLS connection behavior.
PyMySQL uses TLS by default when server supports it.
Use
ssl_disabled=Trueto prohibit SSL. (#1213)When
ssl_verify_cert=True,ssl_verify_identity=True, anssl.SSLContextis passed,or when any other SSL option is configured, the connection requires SSL and raises
OperationalError(CR_SSL_CONNECTION_ERROR) if the server doesn't support it. (#1234)Other changes
executemanyINSERT regex. (#1235)decimal.Decimalquery parameters (NaN,sNaN,±Infinity). (#1237)Connection.set_charset(charset)now emitsDeprecationWarning.v1.1.3Compare Source
Release date: 2026-05-01
Security
Fix
Cursor.callproc()didn't escape procedure name. (#1206)There was a possibility of SQL injection when calling a procedure with a string received from an untrusted source as the procedure name.
NOTICE: This change may cause backward compatibility issues. If you specified a procedure name like
"dbname.funcname", the previous version calledCALL dbname.funcname, but from this version, it will callCALL `dbname.funcname`so you cannot specify procedure name with database name anymore.certifi/python-certifi (certifi)
v2026.4.22Compare Source
tox-dev/py-filelock (filelock)
v3.29.0Compare Source
What's Changed
Full Changelog: tox-dev/filelock@3.28.0...3.29.0
pypa/packaging (packaging)
v26.2Compare Source
What's Changed
Fixes:
Version,Specifier,SpecifierSet,Tag,Marker, andRequirementpickle-safeand backward-compatible with pickles created in 25.0-26.1 (including references to the removed
packaging._structuresmodule) by @eachimei and @henryiii in #1163, #1168, #1170, and #1171Documentation:
Internal:
New Contributors
Full Changelog: pypa/packaging@26.1...26.2
pypa/virtualenv (virtualenv)
v21.3.3Compare Source
What's Changed
Full Changelog: pypa/virtualenv@21.3.2...21.3.3
v21.3.2Compare Source
What's Changed
Full Changelog: pypa/virtualenv@21.3.1...21.3.2
v21.3.1Compare Source
What's Changed
Full Changelog: pypa/virtualenv@21.3.0...21.3.1
v21.3.0Compare Source
What's Changed
New Contributors
Full Changelog: pypa/virtualenv@21.2.4...21.3.0
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.